home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / telecomm / bbsxdemo.lzh / MENUS_80 / POSTSCAN.HLP < prev    next >
Text File  |  1991-07-21  |  484b  |  25 lines

  1. Script
  2.  
  3. Define Posts
  4. Define Msgs
  5. Define Name
  6.  
  7. Set Posts = &69
  8. Set Msgs = 'message'
  9. Set Name = &1
  10.  
  11. If Posts > 1 then
  12.   Set Msgs = 'messages'
  13. Endif
  14.  
  15. Printe
  16.  
  17. If Posts > 0 then
  18.   Printe ' Thanks, [Name], for posting [Posts] new [Msgs]!  We appreciate'
  19.   Printe ' your participation in the success of BBS Express! ST'
  20. Else
  21.   Printe ' You didn\"t post a [Msgs] this time, [Name].  Oh well, maybe'
  22.   Printe ' next time you will find something to \{R\}eply to.
  23. Endif
  24.  
  25.